From 69fa5e5a994423912f96efc46f6725f95b28a23b Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 17 May 2006 19:47:14 +0000 Subject: [PATCH] Add missing doc for Axim, CUP, and Yahoo. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2072 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/axim_gpb.xml | 10 ++++++++++ gpsbabel/xmldoc/formats/cup.xml | 14 ++++++++++++++ gpsbabel/xmldoc/formats/yahoo.xml | 6 ++++++ 3 files changed, 30 insertions(+) diff --git a/gpsbabel/xmldoc/formats/axim_gpb.xml b/gpsbabel/xmldoc/formats/axim_gpb.xml index e69de29bb..918ce3c93 100644 --- a/gpsbabel/xmldoc/formats/axim_gpb.xml +++ b/gpsbabel/xmldoc/formats/axim_gpb.xml @@ -0,0 +1,10 @@ + + This format reads the binary (.gpb) track logs recorded on + Dell Axim Navigation Systems. + + + + This is a read-only format for now as the format was reverse + engineered and there are many unknown bytes. We can successfully + extract the common GPS data. + diff --git a/gpsbabel/xmldoc/formats/cup.xml b/gpsbabel/xmldoc/formats/cup.xml index e69de29bb..9c605e372 100644 --- a/gpsbabel/xmldoc/formats/cup.xml +++ b/gpsbabel/xmldoc/formats/cup.xml @@ -0,0 +1,14 @@ + + This format supports flight analysis data from the + See You + program. + + + Position information is preserved, but the aviation-specific + information such as runway length and airport frequency, are + written as blanks and ignored on read. + + + Tasks are not supported. + + diff --git a/gpsbabel/xmldoc/formats/yahoo.xml b/gpsbabel/xmldoc/formats/yahoo.xml index e69de29bb..cc80b98fa 100644 --- a/gpsbabel/xmldoc/formats/yahoo.xml +++ b/gpsbabel/xmldoc/formats/yahoo.xml @@ -0,0 +1,6 @@ + +This format reads output from the +. +This feature of GPSBabel makes it easy to get geocoded results from +Yahoo into your favorite mapping program, GPS receiver, or other format. + -- 2.30.2